type runtime.pageAlloc
19 uses
runtime (current package)
mgcscavenge.go#L675: func (p *pageAlloc) scavenge(nbytes uintptr, shouldStop func() bool, force bool) uintptr {
mgcscavenge.go#L732: func (p *pageAlloc) scavengeOne(ci chunkIdx, searchIdx uint, max uintptr) uintptr {
mheap.go#L68: pages pageAlloc // page allocation data structure
mpagealloc.go#L180: type pageAlloc struct {
mpagealloc.go#L305: func (p *pageAlloc) init(mheapLock *mutex, sysStat *sysMemStat, test bool) {
mpagealloc.go#L338: func (p *pageAlloc) tryChunkOf(ci chunkIdx) *pallocData {
mpagealloc.go#L349: func (p *pageAlloc) chunkOf(ci chunkIdx) *pallocData {
mpagealloc.go#L357: func (p *pageAlloc) grow(base, size uintptr) {
mpagealloc.go#L444: func (p *pageAlloc) enableChunkHugePages() {
mpagealloc.go#L485: func (p *pageAlloc) update(base, npages uintptr, contig, alloc bool) {
mpagealloc.go#L573: func (p *pageAlloc) allocRange(base, npages uintptr) uintptr {
mpagealloc.go#L614: func (p *pageAlloc) findMappedAddr(addr offAddr) offAddr {
mpagealloc.go#L650: func (p *pageAlloc) find(npages uintptr) (uintptr, offAddr) {
mpagealloc.go#L875: func (p *pageAlloc) alloc(npages uintptr) (addr uintptr, scav uintptr) {
mpagealloc.go#L936: func (p *pageAlloc) free(base, npages uintptr) {
mpagealloc_64bit.go#L71: func (p *pageAlloc) sysInit(test bool) {
mpagealloc_64bit.go#L100: func (p *pageAlloc) sysGrow(base, limit uintptr) {
mpagecache.go#L78: func (c *pageCache) flush(p *pageAlloc) {
mpagecache.go#L119: func (p *pageAlloc) allocToCache() pageCache {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |